nonceStr

Brightcells 9 years ago
parent
commit
4f1aa43391
1 changed files with 1 additions and 1 deletions
  1. 1 1
      wechat/views.py

+ 1 - 1
wechat/views.py

@@ -25,7 +25,7 @@ def wx_jsapi_signature_api(request):
25 25
 
26 26
     return HttpResponse('{}({})'.format(callback, {
27 27
         'appId': JSAPI['appID'],
28
-        'noncestr': nonceStr,
28
+        'nonceStr': nonceStr,
29 29
         'timestamp': timestamp,
30 30
         'signature': signature,
31 31
     }))